home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN07Jiffy.Wind < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.5 KB  |  39 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #7:    Jiffy.Windows
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    Jiffy.asm1
  11.                    Jiffy.asm2
  12.                    Jiffy.Stds.asm
  13.                    Full.Build
  14.                    Build
  15.                    Build.Macros 
  16.  
  17. MPW Components:    Jiffy.Windows.Aii
  18.                    Jiffy.Stds.Aii
  19.                    MakeFile
  20.  
  21. This assembly-language program presents a technique for updating windows 
  22. quickly, using window contents that have been drawn beforehand and cached in 
  23. off-screen bitmaps.  Both the standard windows and the window content caching 
  24. method are used in this demonstration for performance comparison.
  25. _____________________________________________________________________________
  26.  
  27. The sample program also shows how to use AlertWindow, a Window Manager call 
  28. supported on Apple IIGS System Disk 3.2 and later.  A fast way to shutdown the 
  29. Window Manager is included as well.
  30.  
  31. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  32. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  33. Build.Macros allow you to perform complete or partial rebuilds of the load 
  34. file Jiffy.Windows.
  35.  
  36. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  37. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  38. found in the MakeFile.
  39.